object FileConflictDlg: TFileConflictDlg Left = 202 Top = 108 Width = 413 Height = 334 BorderIcons = [biSystemMenu] Caption = 'File Name Conflicts' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 405 Height = 73 Align = alTop BevelInner = bvLowered BevelOuter = bvNone BorderWidth = 8 TabOrder = 0 object lReason: TLabel Left = 9 Top = 9 Width = 387 Height = 55 Align = alClient AutoSize = False Caption = 'There were files with the same names detected on the destination' + ' path. Please select the files you wish to leave or overwrite by' + ' selecting them and pressing the Space Bar' WordWrap = True end end object Panel2: TPanel Left = 0 Top = 266 Width = 405 Height = 41 Align = alBottom BevelOuter = bvNone TabOrder = 1 object bOK: TButton Left = 232 Top = 8 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 end object bCancel: TButton Left = 320 Top = 8 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end object lFiles: TListView Left = 0 Top = 73 Width = 405 Height = 193 Align = alClient Columns = < item Caption = 'Original File' Width = 150 end item Caption = 'Destination file' Width = 150 end item Caption = 'Overwrite' Width = 100 end> MultiSelect = True ReadOnly = True RowSelect = True SortType = stText TabOrder = 2 ViewStyle = vsReport OnDblClick = lFilesDblClick OnKeyPress = lFilesKeyPress end end